From 3f909167192a68c036a78cdfa1333a86b368f3d8 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 20 Sep 2013 13:11:36 -0700 Subject: Don't forget to import String.format() Previously, it wasn't imported [endlessm/eos-sdk#310] --- webhelper/webhelper.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webhelper') diff --git a/webhelper/webhelper.js b/webhelper/webhelper.js index e940778..06912ed 100644 --- a/webhelper/webhelper.js +++ b/webhelper/webhelper.js @@ -1,9 +1,12 @@ const Endless = imports.gi.Endless; +const Format = imports.format; const GLib = imports.gi.GLib; const Gtk = imports.gi.Gtk; const Lang = imports.lang; const WebKit = imports.gi.WebKit; +String.prototype.format = Format.format; + const EOS_URI_SCHEME = 'endless://'; /** -- cgit v1.2.3