Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Commit

Permalink
Fix appGroup isFavapp problem
Browse files Browse the repository at this point in the history
isFavapp has been passed and setted by constructor actually.
  • Loading branch information
zqq90 committed Dec 17, 2016
1 parent fe9a028 commit 2369cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/appList.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ AppList.prototype = {

appGroup._updateMetaWindows(this.metaWorkspace, app, window)
appGroup.watchWorkspace(this.metaWorkspace)
appGroup.isFavapp = isFavapp

this.appList[refApp].appGroup = appGroup
this.appList[refApp].time = time
Expand Down

0 comments on commit 2369cb7

Please sign in to comment.