Skip to content

Commit

Permalink
fixed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata committed Aug 9, 2012
1 parent 08d5138 commit f001668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jstree.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
The only required part of jstree it consists of a few functions bound to the $.jstree object, the actual plugin function and a few core functions for manipulating a tree.
*/
(function () {
"use strict" ;
if(!jQuery) { throw "jsTree: jQuery not included."; }
"use strict";
if(!jQuery) { throw "jsTree: jQuery not included."; }
if(jQuery.jstree) { return; } // prevent another load? maybe there is a better way?

/* Group: $.jstree.
Expand Down

0 comments on commit f001668

Please sign in to comment.