summaryrefslogtreecommitdiff
path: root/examples/video-flip.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video-flip.js')
-rw-r--r--examples/video-flip.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/video-flip.js b/examples/video-flip.js
index 22f88e6..f430c06 100644
--- a/examples/video-flip.js
+++ b/examples/video-flip.js
@@ -17,18 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
-(function() {
- if ( typeof Object.prototype.uniqueId == "undefined" ) {
- var id = 0;
- Object.prototype.uniqueId = function() {
- if ( typeof this.__uniqueid == "undefined" ) {
- this.__uniqueid = ++id;
- }
- return this.__uniqueid;
- };
- }
-})();
-
const Lang = imports.lang;
const Mainloop = imports.mainloop;
const Gettext = imports.gettext;