Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/jquery.karma-0.4.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery.karma-0.4.js')
-rw-r--r--js/jquery.karma-0.4.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/jquery.karma-0.4.js b/js/jquery.karma-0.4.js
index 5d52986..1cf919d 100644
--- a/js/jquery.karma-0.4.js
+++ b/js/jquery.karma-0.4.js
@@ -330,8 +330,6 @@ var Karma = function( options ) {
}
//try to load the localized lang file (po or json or ...)
this.language.fileLoaded = loadAlternatives( );
- //
-
//initializes the container
if ( typeof this.container === "string" ) {
this.container = $( this.container );
@@ -959,10 +957,9 @@ Karma function. It's a shotcut for calling 'new Karma(..)'
**/
$.karma = function (options) {
var k =new Karma( options );
- //var x= new KGraphic( {localized: true })
//var x = new KMedia( "file1", "image", {localized: true} );
//var x = new KImage({file: "ball.png", localized: false, z: 0});
- //alert (x.localized)
+
return k;
}
})(jQuery); \ No newline at end of file