Correct typo.

This commit is contained in:
Thomas Wilburn 2013-12-03 15:11:14 -08:00
parent e21fbb621a
commit 0193ca8cb2
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ chrome.runtime.onInstalled.addListener(function(e) {
count: 0,
notification: true,
openWhenComplete: false,
openFunction: openWindow;
openFunction: openWindow,
errorURL: null,
noop: function() {},
start: function() {

View file

@ -1,7 +1,7 @@
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.2.17",
"version": "1.2.18",
"manifest_version": 2,
"icons": {
"128": "icon-128.png"