Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Opera/includes/injected.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***
* Author: Gabrijel Gavranović // gavro.nl
* CustomEvent & LiveReload objects/prototype function taken (and partially adapted) from:
* LiveReload Chrome & Firefox extentions, LiveReload.com & Nikita Vasilyev.
* LiveReload Chrome & Firefox extensions, LiveReload.com & Nikita Vasilyev.
* See: http://help.livereload.com/kb/general-use/browser-extensions
***/

Expand Down
4 changes: 2 additions & 2 deletions Opera/scripts/background.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/***
* Author: Gabrijel Gavranović // gavro.nl
* CustomEvent & LiveReload objects/prototype function taken (and partially adapted) from:
* LiveReload Chrome & Firefox extentions, LiveReload.com & Nikita Vasilyev.
* LiveReload Chrome & Firefox extensions, LiveReload.com & Nikita Vasilyev.
* See: http://help.livereload.com/kb/general-use/browser-extensions
***/

//global vars/objects
/***
* lrdata structure: tabID, status --> We should keep track of closed tab and remove them but can't get the ID
* of the closed tabs! So let the object fill up, better a larger object instead of a periodical check of
* object agains all open tabs with extension.tabs.getAll()....
* object against all open tabs with extension.tabs.getAll()....
***/
var lrdata = {};

Expand Down