Skip to content

Commit

Permalink
Remove unused variables in example
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrand committed Dec 3, 2013
1 parent d0a17bb commit f370d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ced/script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$( document ).ready( function () {
'use strict';

var ime, inputmethods, imeselector, languages, $imeSelector, $langselector;
var imeselector, languages, $imeSelector, $langselector;

$( '#ced' ).ime({ imePath: '../../' });

Expand Down

0 comments on commit f370d71

Please sign in to comment.